home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / cxref-1.000 < prev    next >
Encoding:
Text File  |  1996-11-16  |  1.2 KB  |  26 lines

  1. Begin3
  2. Title:          Cxref - C program cross-referencing & documentation tool
  3. Version:        1.0 [24-Feb-96]
  4. Entered-date:   24-Feb-96
  5. Description:    A program that takes as input a series of C source files
  6.                 and produces a LaTeX or HTML document containing a cross
  7.                 reference of the files/functions/variables in the program,
  8.                 including documentation taken from suitably formatted
  9.                 source code comments.
  10.                 The documentation is stored in the C source file in
  11.                 specially formatted comments, making it simple to maintain.
  12.                 The cross referencing includes lists of functions called,
  13.                 callers of each function, usage of global variables, header
  14.                 file inclusion, macro definitions and type definitions.
  15.                 Works for ANSI C, including a few gcc extensions.
  16. Keywords:       C programming document cross-reference
  17. Author:         amb@gedanken.demon.co.uk
  18. Maintained-by:  amb@gedanken.demon.co.uk
  19. Primary-site:   ftp.demon.co.uk /pub/unix/unix/tools
  20.                 208k cxref-1.0.tgz
  21. Alternate-site: 
  22. Original-site:  
  23. Platform:       UNIX
  24. Copying-policy: GPL
  25. End
  26.